﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

* {
    font-family: "Poppins", sans-serif;
   /* color: #333333;*/
}

:root {
    --bs-body-font-size: 0.9rem;
}

.dropdown-menu {
    --bs-dropdown-font-size: 0.9rem;
}

.menudropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Dropdown Start */


/* .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #f1f1f1;
    border-radius: 10px;
  }
.dropdown-menu a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-menu {
  display: block;
} */

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .megamenu {
    padding: 1rem;
}
/* .megamenu li a {padding: 5px 0;} */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    .navbar .megamenu2 {
        left: 0;
        right: 0;
        width: 20%;
        margin-top: 0;
    }

    .navbar .megamenu3 {
        left: 0;
        right: 0;
        width: 40%;
        margin-top: 0;
    }

    .navbar .megamenu4 {
        left: 276px;
        right: 0;
        width: 20%;
        margin-top: 0;
    }
}
/* .megamenu li a {color: #333333; text-decoration: none;} */
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .navbar .megamenu {
        max-height: 300px;
        overflow: scroll;
    }
}
/* ============ mobile view .end// ============ */

/* Dropdown End */























.form-control,
.form-control:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    /* border: rgba(255, 255, 255, 0); */
}

:root {
    --iz-purple-dark: #493276;
    --iz-purple-light: #b07dd8;
}

.font-11 {
    font-size: 11px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
}

.font-40 {
    font-size: 40px;
}

.text-color-Blight {
    color: #b07dd8;
}

.text-color-Bdark {
    color: #493276;
}

.text-color-iZBlack {
    color: #333333;
}

.bg-color-Blight {
    background: #b07dd8;
}

.bg-color-Bdark {
    background: #493276;
}

.border-purple {
    border-color: #493276 !important;
}

.border-purpleLight {
    border-color: #b07dd8 !important;
}

.btn-primary-iz-bg {
    background: linear-gradient(225deg, #b07dd8, #493276);
    background-size: 120% 120%;
    border: 1px solid #493276;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes glow {
    from {
        box-shadow: 0px 0px 5px #fff, 0px 0px 5px #b07dd8;
    }

    to {
        box-shadow: 0px 0px 20px #fff, 0px 0px 20px #b07dd8;
    }
}

.btn-primary-iz-bg:hover {
    background: linear-gradient(225deg, #b07dd8, #493276);
    background-size: 120% 120%;
    border: 1px solid #493276;
}

.btn-primary-iz-border {
    border: 1px solid #493276;
}

    .btn-primary-iz-border:hover {
        background: linear-gradient(225deg, #b07dd8, #493276);
        background-size: 120% 120%;
        border: 1px solid #493276;
    }

.bg-banner-main {
    /*padding: 100px 0px 275px 0px;*/
    padding: 50px 0px 200px 0px;
    background: linear-gradient( 180deg, rgba(230, 87, 44, 0.1) 0%, rgba(73, 50, 118, 0.1) 100% );
    /* background-color:rgba(176, 125, 216, 0.2); */
    /* background: linear-gradient(270deg, #fdeeea, #edeaf1);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite; */
}
/* @-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} */



@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.0rem;
    }
}


.homeSliderA {
    margin-top: -170px;
}

    .homeSliderA img {
        border-radius: 25px;
        width: 100%;
    }

    .homeSliderA .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
    }

    .homeSliderA .slick-dots {
        bottom: 15px;
    }

        .homeSliderA .slick-dots li {
            width: 10px;
            height: 10px;
        }

            .homeSliderA .slick-dots li button:before {
                font-size: 10px;
                color: #b07dd8;
                opacity: 0.5;
            }

            .homeSliderA .slick-dots li.slick-active button:before {
                color: #493276;
                opacity: 1;
            }

.bannerMainText {
    width: 90vh;
    text-align: left;
    padding: 30px;
    position: absolute;
    top: 25px;
}

.homeSliderB {
}

    .homeSliderB p {
        /*display: ruby-text;*/
        text-align: center;
    }

    .homeSliderB h3 {
        background: #d9d9d9;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .homeSliderB .slick-prev {
        right: 5% !important;
        left: auto;
    }

        .homeSliderB .slick-prev:before {
            content: url('../assets/images/arrow-left.png');
        }

    .homeSliderB .slick-next {
        right: 3% !important;
    }

        .homeSliderB .slick-next:before {
            content: url('../assets/images/arrow-right.png');
        }

    .homeSliderB .slick-prev,
    .homeSliderB .slick-next {
        top: -40%;
    }



/* .homeSliderC {padding: 20px!important;} */
/*.homeSliderC p {display: ruby-text;}
.homeSliderC .slick-slide {transform: scale(0.8); padding: 0; margin: 0;}
.homeSliderC .slick-current {transform: scale(1); padding: 0 !important;}
.homeSliderC .slick-prev {left: -5px;}
.homeSliderC .slick-prev:before {content: url('../assets/images/arrow-left.png');}
.homeSliderC .slick-next {right: -5px;}
.homeSliderC .slick-next:before {content: url('../assets/images/arrow-right.png');}*/


/*.homeSliderCD .slick-prev {right: 5% !important; left: auto;}
.homeSliderCD .slick-prev:before {content: url('../assets/images/arrow-left.png');}
.homeSliderCD .slick-next {right: 3% !important;}
.homeSliderCD .slick-next:before {content: url('../assets/images/arrow-right.png');}
.homeSliderCD .slick-prev, .homeSliderCD .slick-next {top: -40%;}*/
.homeSliderCD .slick-prev {
    left: -5px;
}

    .homeSliderCD .slick-prev:before {
        content: url('../assets/images/arrow-left.png');
    }

.homeSliderCD .slick-next {
    right: -5px;
}

    .homeSliderCD .slick-next:before {
        content: url('../assets/images/arrow-right.png');
    }

.homeSliderCD p { /*display: ruby-text;*/
    text-align: center;
}

.homeSliderCD .inTheNewsHome {
    background-color: rgba(253, 239, 234, 0.5);
}




.homeSliderD .slick-prev {
    right: 5% !important;
    left: auto;
}

    .homeSliderD .slick-prev:before {
        content: url('../assets/images/arrow-left.png');
    }

.homeSliderD .slick-next {
    right: 3% !important;
}

    .homeSliderD .slick-next:before {
        content: url('../assets/images/arrow-right.png');
    }

.homeSliderD .slick-prev,
.homeSliderD .slick-next {
    top: -40%;
}



.homeSliderD {
}

    .homeSliderD p {
        /*display: ruby-text;*/
    }

    .homeSliderD h3 {
    }

    .homeSliderD .inTheNewsHome {
        background-color: rgba(253, 239, 234, 0.5);
    }

    .homeSliderB .slick-slide,
    .homeSliderD .slick-slide,
    .homeSliderE .slick-slide,
    .homeSliderF .slick-slide {
        opacity: 1 !important;
    }

    .homeSliderB .slick-active,
    .homeSliderD .slick-active,
    .homeSliderE .slick-active,
    .homeSliderF .slick-active {
        opacity: 1 !important;
    }

.homeSliderF img {
    width: 100%;
}

.homeAwardss {
    margin: 120px 0px;
}

.btnmainprimary:hover img {
    transition: all 0.5s linear;
    transform: translateX(20px);
}

.btnmainprimary:hover {
    background-color: var(--iz-purple-dark);
}

.bgLearntoEarn {
    background: url("../assets/images/bg-learn.png") no-repeat bottom center;
    background-size: cover;
    min-height: 500px;
}

.bgCalculatorMain {
    background-color: rgba(74, 52, 119, 0.05000000074505806);
}

.btnCalculator {
    background-color: rgba(217, 217, 217, 0.5);
}

footer p, footer li, footer a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

    footer a:hover {
        color: #fff;
        text-decoration: underline;
    }


.footerHighlighter {
    background: #3d2963;
}

/* 
.homeSliderE .border {box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);}
 */

@media all and (min-width: 992px) {
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .bg-banner-main {
        padding: 50px 0px 100px 0px;
    }

    .homeSliderA {
        width: 100%;
        margin-top: -70px !important;
    }

    .bannerMainText {
        max-width: 400px !important;
        text-align: left;
        padding: 10px;
        position: absolute;
        top: 0px;
        font-size: 18px;
    }

    .homeAwardss {
        margin: 20px 0px;
    }

    .font-22 {
        font-size: 18px;
    }

    .font-18 {
        font-size: 16px;
    }

    .bgLearntoEarn {
        min-height: 300px;
    }
}


/* added by sajid */
.bg-inner-page-IZ {
    background: #f4f4f4 !important;
}

/*add by vikram*/
.hover {
    cursor: pointer;
    color: rgb(61, 128, 204);
}

.notificationClose {
    box-sizing: content-box;
    color: #fff;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 15px;
    padding: .50rem 1rem;
}

.userTopMenu {
    width: 600px;
    padding: 20px 12px 0px 12px;
}

.ddUserTop::after {
    content: none;
}

@media screen and (max-width: 920px) {
    .userTopMenu {
        width: 100%;
        padding: 20px 12px 0px 12px;
    }
}

.minHeight200Div {
    min-height: 170px;
    max-height: 170px;
}

.minHeight200 {
    /* min-height: 200px; */
    /* max-height: 200px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* padding-bottom: 20px!important; */
}

















.pb-100 {
    padding-bottom: 100px !important;
}

.ResearchSliderA {
    margin-top: -100px;
}

    .ResearchSliderA img {
        /* border-radius: 25px; */
        width: 80%;
        border-bottom: 5px solid #4C2E76;
    }

    .ResearchSliderA .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
    }

    .ResearchSliderA .slick-dots {
        bottom: 15px;
    }

        .ResearchSliderA .slick-dots li {
            width: 10px;
            height: 10px;
        }

            .ResearchSliderA .slick-dots li button:before {
                font-size: 10px;
                color: #b07dd8;
                opacity: 0.5;
            }

            .ResearchSliderA .slick-dots li.slick-active button:before {
                color: #493276;
                opacity: 1;
            }

/* .researchSearch {margin-top: 30px;} */
.researchSearch input {
    width: 80%;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #4c2e76;
    padding: 10px 20px;
    background: #ffffff url('../assets/images/retail-research/search.png') no-repeat;
    background-position: right 20px center; /* Adjust the 20px value as needed */
}

.rounded-top-left-right-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.Subscribefinancialupdates {
    width: 100%;
    height: auto; /* Adjust the height as needed */
    background-image: url('../assets/images/InstResearchsubsriptionimage.png');
    background-size: cover;
    background-position: center;
}

















/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.image-wrapper {
    margin-bottom: 35px;
}

.effect-image-1 {
    position: relative;
    display: block;
}

.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p {
    text-align: center;
    color: #fff;
    padding: 20px 20px;
}

.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4C2E76;
    opacity: 0;
    visibility: hidden;
}

.overlay-sim-text-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #4C2E76;
    opacity: 0;
    cursor: pointer;
}

.simple-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #4C2E76;
    color: #fff !important;
    text-align: center;
}

    .simple-text p {
        margin-bottom: 0px;
        padding: 10px 8px;
        color: #ffffff;
    }

.effect-image-1:hover .overlay-xs-1 {
    opacity: 1;
    visibility: visible;
    display: block;
}

.effect-image-1:hover .simple-text {
    visibility: hidden;
    opacity: 0;
}
/*-- overlay text effect 3 --*/
.overlay-text-effect-3 {
    width: 85%;
    height: 80%;
    left: 20px;
    top: 20px;
    background: rgba(246,0,2,.7);
    position: absolute;
    outline: 5px solid rgba(246,0,2,.7);
    outline-offset: 3px;
}

@media (max-width: 767px) {
    #sidebar.active + div.mob-disable {
        display: none;
    }
    /* Show the div when sidebar is inactive */
    #sidebar:not(.active) + div.mob-disable {
        display: block;
    }
    .effect-image-1 {
        margin: 0px 0px;
    }

    .bgResearchMainCTA {
        background: #4C2E76 !important;
    }

    .ResearchSliderA img {
        /* border-radius: 25px; */
        width: 100%;
    }
}

@media (min-width: 800px) and (max-width: 1400px) {
    .btnResearchMain {
        font-size: 14px !important;
    }

    .retailCat200 {
        min-height: 200px !important;
        max-height: 200px !important;
    }
}


.card-custom {
    border: 1px solid #4C2E76;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.retailCat200 {
    min-height: 160px;
    max-height: 160px;
}

.bg-dgrey {
    background: #EAE8EC;
}

.bgResearchMainCTA {
    background: url(../assets/images/bg-research-cta.png) no-repeat;
    padding: 70px 0;
}

.btnResearchMain {
    background: #4C2E76;
    border: 5px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
}

    .btnResearchMain:hover {
        color: #ffffff;
    }

@media (max-width: 480px) {
    .pdf-container iframe {
        width: 100%;
        min-height: 50vh !important;
        height: 50vh !important;
    }
}

.office {
    border-bottom: 1px solid #333333;
}

    .office p a:hover {
        color: #3d2963;
    }

    .office.active, .office:hover {
        background-color: #F5F5F5;
    }

.btn-iz-dark {
    background-color: #493276;
    color: #ffffff;
    border-radius: 10px;
}

.contact-usbanner {
    position: relative;
    width: 100%;
    height: 250px; /* Adjust the height as needed */
    background-image: url('../assets/images/contact-us.png');
    background-size: cover;
    background-position: center;
}

    /* Add a black overlay using a pseudo-element */
    .contact-usbanner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
        z-index: 1;
    }

    .contact-usbanner .banner-text {
        position: absolute;
        left: 25%; /* Adjust the position as needed */
        top: 50%;
        transform: translateY(-50%);
        color: white; /* Text color */
        font-size: 3rem; /* Adjust font size as needed */
        font-weight: bold;
        z-index: 2; /* Ensure text is above the overlay */
    }

/* Adjustments for mobile screens */
@media (max-width: 768px) {
    .contact-usbanner {
        height: 170px !important; /* Optional: Adjust the height for mobile screens */
    }

        .contact-usbanner .banner-text {
            left: 50%;
            transform: translate(-50%, -50%); /* Center horizontally and vertically */
            text-align: center;
            font-size: 2rem !important; /* Adjust font size for mobile */
        }
}

a {
    text-decoration: none;
    cursor: pointer;
}

.img-new {
    width: 50px;
}

.rounded-circle-dark {
    width: 100px;
    height: 15px;
    border-radius: 20px !important;
    background-color: #4C2E76;
    position: absolute;
    top: 18px;
    left: 20px;
}

.rounded-circle-white {
    width: 100px;
    height: 15px;
    border-radius: 20px !important;
    background-color: #ffffff;
    position: absolute;
    top: 18px;
    left: 20px;
}

.card-InvestmentIdeas {
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/bg-investment-idea.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.Recurring-Products .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #4C2E76;
}

.Recurring-Products .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    background-color: #ccc;
}

.btn-rp {
    background-color: #E3E3E3;
    color: #565656;
}

.card-img-overlay-top {
    top: 10px;
    left: 10px;
}

.category-tag {
    background-color: #ffffff;
    color: #4C2E76;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 16px;
}

.two-line-css {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.height350 {
    min-height: 335px;
    height: 335px;
}

.Latest-Reports .card {
    transition: transform 0.5s ease; /* Adjust the duration as needed */
}

    .Latest-Reports .card:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

.margin-left {
    margin-left: -5% !important;
}

.Recurring-Products {
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/rpimg.png');
    background-size: cover;
    background-position: center;
}

.breadcrumb-item a {
    color: #333333;
}


.overlay-sim-text-2 p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    width: fit-content;
}

.bg-light-card {
    background-color: #EAF4FA;
}

.centered-div {
    width: 80%; /* Adjust width as needed */
    max-width: 800px; /* Optional max width */
    margin: 0 auto; /* Center horizontally */
}

/*ibasket pages css*/
.view-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.border-6 {
    border: 1px solid #4a3275;
    border-radius: 10px;
}

.basket-card {
    cursor: pointer;
}

    .basket-card:hover {
        transform: scale(1.05);
    }

.basket-card {
    transition: transform 0.5s;
}

.btn-basket {
    border: 1px solid #CECECE;
    background: #DEDEDE;
    border-radius: 5px;
    columns: #333333;
    cursor: pointer;
    text-align: left;
}

    .btn-basket:hover {
        background: #ffffff;
        color: #493276;
        border-color: #493276;
    }

    .btn-basket.active {
        background: #493276;
        color: #ffffff;
        border-color: #493276;
    }
    /* Active pseudo-class (when the button is being clicked) */
    .btn-basket:active {
        background: #493276;
        color: #ffffff;
        border-color: #493276;
    }
 ul
{
    padding: 0;  
}

li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333333;
}

    a:hover {
        color: #493276;
    }

.scheme-logo {
    width: 50px;
    height: 50px;
}

.max-two-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.returns-icon {
    width: 30px;
    height: 25px;
}

.btn-download-factsheet {
    background: #D7D3D3;
    color: #493276;
    cursor: pointer;
    border-radius: 5px;
}

    .btn-download-factsheet:hover {
        border: 1px solid #493276;
        background-color: #ffffff;
        color: #493276;
    }

.img-down-fact {
    width: 15px;
    height: 15px;
}

.btn-invest-now {
    color: #D7D3D3;
    background: #493276;
    cursor: pointer;
    border-radius: 5px;
}

    .btn-invest-now:hover,
    .btn-invest-now:active {
        border: 1px solid #493276;
        background-color: #493276;
        color: #ffffff;
    }

.basket-details-tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #1a1a1a;
    border-bottom: 3px solid #493276;
    border-radius: 0;
    background-color: transparent;
}

.basket-details-tab .nav-link {
    color: #333333;
    border-bottom: 3px solid #CBCBCB;
    border-radius: 0;
}

.tree-logo {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.icon-text {
    display: flex;
    align-items: start;
}

.bgbasketcard {
    background: linear-gradient(180deg, rgba(230, 87, 44, 0.1) 0%, rgba(73, 50, 118, 0.1) 100%);
}

.font-10 {
    font-size: 10px;
}

.basketabout ul li a.active {
    color: #4c2e76;
    font-weight: 500;
    text-decoration: underline;
}
/*accordian css i basket*/
/* Parent container needs relative positioning to contain the absolute child */
.basket-pro-details .accordion-button {
    position: relative;
    padding-right: 30px; /* Add some padding to avoid overlapping with the icon */
    background-color: #EAE4F4;
    background-image: linear-gradient(#fff1f1, #EAE4F4);
}

    /* Hide the default Bootstrap accordion icon */
    .basket-pro-details .accordion-button::after {
        display: none;
    }

    /* Add the custom plus-minus icon on the right side */
    .basket-pro-details .accordion-button::before {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-family: "FontAwesome";
        content: "\f068"; /* Default FontAwesome down arrow (collapsed) */
        font-size: 16px;
        transition: transform 0.2s ease-in-out;
    }

    /* Change to plus-minus icon when accordion is expanded */
    .basket-pro-details .accordion-button:not(.collapsed)::before {
        content: "\f067";
        transform: translateY(-50%) rotate(180deg);
    }

.basket-pro-details .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #a09d9d;
    border-top: 1px solid #a09d9d !important;
    background: #F1F1F1;
}

.basket-pro-details .accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none;
    background-color: #F1F1F1;
}

.basket-pro-details .accordion-button:not(.collapsed) {
    background-color: #EAE4F4;
    background-image: linear-gradient(#fff1f1, #EAE4F4);
    color: #000000;
}
/* .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none;
    background-color: #F1F1F1;
} */



.tnc ul {
    padding: 0 5px 0 30px;
}

    .tnc ul li {
        list-style: outside;
        font-size: 14px;
        margin-bottom: 10px;
    }

.RegistrationMode img {
    width: 20px;
}

.RegistrationMode:hover {
    transform: scale(1.05);
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.upi-logo {
    width: 70px !important;
    height: 20px;
}

.w-md-100 {
    width: 100%;
}

.w-md-75 {
    width: 75%;
}

.w-md-50 {
    width: 50%;
}

.w-md-25 {
    width: 25%;
}

.upi-id input {
    background-image: url('../assets/images/ibasket/UPIlogo.png');
    background-repeat: no-repeat;
    background-size: 15% 50%;
    background-position: 6px 11px;
    padding: 0.375rem 0.375rem 0.375rem 4.75rem;
}

.basket-card-2 {
    border: 1px solid #dddddd;
    border-radius: 8px;
}

.offcanvas-header .btn-close {
    /* z-index: 1051 !important; Ensure it's above the rest of the content */
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff; /* Add background if it's not visible */
    padding: 5px; /* Adjust padding to make it more clickable */
}

.offcanvas {
    background-color: #f8f9fa; /* Make sure the offcanvas is styled as per your design */
}

.offcanvas-body {
    overflow-y: auto; /* Ensures that content is scrollable if too long */
}

.offcanvas-header {
    position: relative;
}

.dtable table th {
    background: #493276 !important;
    border: 2px solid #ffffff !important;
}

    .dtable table th span {
        color: #ffffff !important;
        font-size: 14px !important;
    }

.dtable table tbody tr td {
    color: #333333 !important;
    font-size: 14px !important;
}

.table th {
    background: #493276 !important;
    border: 2px solid #ffffff !important;
    font-size: 14px !important;
    color: #ffffff;
    white-space: nowrap;
}

table tbody tr td {
    color: #333333 !important;
    font-size: 14px !important;
}

#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #FFFFFF;
    color: #333333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-right: 4px solid #493276;
}

    #sidebar .h6 {
        color: #fff;
    }

    #sidebar.active {
        margin-left: -270px;
    }

    #sidebar h1 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 30px;
    }

        #sidebar h1 .logo {
            color: #fff;
        }

            #sidebar h1 .logo span {
                font-size: 14px;
                color: #44bef1;
                display: block;
            }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 16px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 14px;
            }

        #sidebar ul li a {
            padding: 10px 20px;
            display: block;
            color: #333333;
            border-bottom: 1px solid #BBBBBB;
        }

            #sidebar ul li a span {
                color: #333333;
            }

            #sidebar ul li a:hover {
                color: #493276;
                background: #f1f1f1;
            }

        #sidebar ul li.active > a {
            background: #fae9ff;
            color: #493276;
        }

@media(max-width: 991.98px) {
    #sidebar {
        margin-left: -270px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media(prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

    #sidebar .custom-menu .btn i {
        margin-right: -40px;
        font-size: 14px;
    }

    #sidebar .custom-menu .btn.btn-primary {
        background: transparent;
        border-color: transparent;
    }

        #sidebar .custom-menu .btn.btn-primary:after {
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #493276;
            border-radius: 10px;
        }

        #sidebar .custom-menu .btn.btn-primary:hover,
        #sidebar .custom-menu .btn.btn-primary:focus {
            background: transparent !important;
            border-color: transparent !important;
        }

a[data-toggle="collapse"] {
    position: relative;
}
.z-index-1001 {
    z-index: 1001;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}

.dash-bg-a {
    border-bottom: 3px solid #493276 !important;
    background-color: #fdf1dc61;
    border: 1px solid #eadefd;
}



.dash-bg-b {
    background-color: #EAE4F4;
    background-image: linear-gradient(#fff1f1, #EAE4F4);
}
/* .dash-bg-b{background:#E6FFF3 !important; border-bottom: 4px solid #70A98D !important;}
.dash-bg-c{background:#FFEBF5 !important; border-bottom: 4px solid #FF118B !important;} */
.btn-basket-buy {
    background-color: #ffffff;
    border: 1px solid #a09d9d;
    color: #4C2E76;
}

    .btn-basket-buy:hover {
        color: #4C2E76;
        background-color: #fdf7ff;
        border: 1px solid #a09d9d;
    }

.download a {
    background-color: antiquewhite;
    border-radius: 50px;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
}

.icondownload {
    width: 20px;
}
/* MF Overview and FAQ Pages Styles */

.bgbasketcard {
    background: linear-gradient(180deg, rgba(230, 87, 44, 0.1) 0%, rgba(73, 50, 118, 0.1) 100%);
}

.border-6 {
    border: 1px solid #4a3275;
    border-radius: 10px;
}

    .border-6 li {
        list-style: none;
    }

.basketabout ul li a.active {
    color: #4c2e76;
    font-weight: 600;
}

.basketabout ul li a {
    text-decoration: none;
    color: #333333;
}

    .basketabout ul li a:hover {
        text-decoration: underline;
    }

@media (max-width: 600px) {
    #sidebar {
        width: 352px; /* Explicit width */
        min-width: 352px !important;
        max-width: 352px !important;
    }
}

@media(max-width: 991.98px) {
    #sidebar {
        margin-left: -346px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}
.font-12 {
    font-size: 12px;
}

/*.btn-basket.active {
    background: #493276;
    color: #ffffff;
    border-color: #493276;
}*/

.btn-basket {
    border: 1px solid #CECECE;
    background: #DEDEDE;
    border-radius: 5px;
    columns: #333333;
    cursor: pointer;
    text-align: left;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.bg-ipo-purple {
    background: rgba(73, 50, 118, 0.1);
}

.card {
/*   border-radius: 20px;*/
    border: 1px solid rgba(73, 50, 118, 1);
  
}

.btn-invest-now {
    color: #D7D3D3;
    background: #493276;
    cursor: pointer;
    border-radius: 5px;
}
.border-bottom-2 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
.border-bottom-3 {
   /* border-bottom: 3px solid #9D9D9D;*/
}
.btn-view-more {
    position: absolute;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 12px;
    padding: 6px 30px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(73, 50, 118, 1);
}
.ipo-nav-link, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #493276;
    box-shadow: 0px 2px 4px 0px #493276C2;
}
.ipo-nav-link, .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
}
    .nav-pills .nav-link.active .btn-text {
        color: #ffffff;
    }

.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #a09d9d;
    border-top: 1px solid #a09d9d !important;
    background: #F1F1F1;
}

.position-setting {
    bottom: -123px !important;
    left: 19%;
    width: 74%;
}
.position-setting1 {
    bottom: -123px !important;
    left: 25%;
    width: 53%;
}

.accordion-button {
    position: relative;
    padding-right: 30px;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}
.btn_sub {
    background-color: #4d42f5;
    border: 0;
    color: #fff;
    border-radius: 7px;
    padding: 8px 15px;
    line-height: 13px;
    font-size: 13px;
}
=======

.mfbasket-card {
    cursor: pointer;
}

    .mfbasket-card:hover {
        transform: scale(1.02);
    }

.mfbasket-card {
    transition: transform 0.5s;
}

.t-purle .custom-table th, .custom-table td {
    border: 3px solid #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background: #F3F1F1;
    text-wrap: nowrap;
}

.t-purle .custom-table th {
    background-color: #493276;
    color: #ffffff;
}

.t-purle .custom-table td {
    font-size: 12px;
}

.mf-card-icon {
    padding: 0px;
    background-color: #ffffff;
    border-radius: 43px;
    width: 30px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.form-check-input:checked {
    background-color: #493276;
    border-color: #493276;
}

.returns-value {
    font-size: 20px;
    font-weight: 700;
    color: #808285;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
   /* color: var(--bs-btn-active-color);*/
    background-color: #493276;
    border-color: #493276;
}

.btn-outline-primary {
    --bs-btn-color: #493276;
    --bs-btn-border-color: #493276;
}

.invest-now.nav-pills .nav-link.active,
.invest-now .nav-pills .show > .nav-link {
    color: #493276 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #000000 !important;
    box-shadow: 0px 0px 4px 0px !important;
}

.invest-now .nav-link {
    color: #493276 !important;
}

.mf-calculator .form-control .form-select {
    display: block;
    padding: 0 0.75rem !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #493276;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 58%;
    border: none;
    background: transparent;
    border-bottom: 3px solid #493276 !important;
    border-radius: 0;
}

.mf-calculator .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.mf-calculator .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
}

.box-shadow-1 {
    box-shadow: 0px 0px 4px 0px #00000040;
}

.text-orange {
    color: #DE9401;
}

.benefits-card img {
    width: 85px;
    height: 100px;
}

.mf-scheme img {
    width: 18% !important;
}

.mf-accordion .accordion-button:not(.collapsed) {
    color: #6a6a6a;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAE4F4 100%);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.mf-accordion .accordion-button {
    position: relative;
    padding-right: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAE4F4 100%);
}

/* .mf-tab .nav-link.active,
.mf-tab .nav-link.show {
    color: var(--bs-nav-pills-link-active-color);
    background: #4C2E76 !important;
} */

/* Ensure each nav item takes up 50% of the available width */
.mf-tab .nav-item {
    flex: 1 !important;
    text-align: center !important;
}

/* Inactive tab styling */
.mf-tab .nav-link {
    border-radius: 25px !important; /* Rounded corners */
    color: #4C2E76 !important; /* Default text color */
    border: 1px solid #4C2E76 !important; /* Border color for inactive state */
    background-color: transparent !important; /* Transparent background for inactive state */
    width: 100% !important; /* Full width for each button */
    padding: 10px 0 !important; /* Padding for better appearance */
    transition: background-color 0.3s ease, color 0.3s ease !important; /* Smooth transition */
}

    /* Active tab styling */
    .mf-tab .nav-link.active {
        color: #ffffff !important; /* Text color for active tab */
        background-color: #4C2E76 !important; /* Background color for active tab */
        border: 1px solid #4C2E76 !important; /* Border for active tab */
    }

.content-wraper .main-title {
    font-size: 23px !important;
    font-weight: 600 !important;
}

.sub-title {
    font-size: 20px !important;
    line-height: 26px;
    color: #666;
    font-weight: 400;
    margin: 0;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.accordion-toggle .sub-title1 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    margin-bottom: 12px;
    line-height: 25px;
}

.main-title1 {
    font-size: 26px;
    font-weight: 600;
}

#accordion .panel-heading .active {
    color: #4d42f5;
}

#accordion .panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}
.box-panel-fd {
    padding: 30px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 1px 10px 4px rgb(0 0 0 / 8%);
}

.card {
    border-radius: 15px;
    padding: 10px;
}


#bulkdatatable table td {
    word-wrap: break-word;
}
